github.com/andybalholm/brotli.h10.window_mask_ (field)
7 uses
github.com/andybalholm/brotli (current package)
h10.go#L35: window_mask_ uint
h10.go#L42: h.window_mask_ = (1 << params.lgwin) - 1
h10.go#L43: h.invalid_pos_ = uint32(0 - h.window_mask_)
h10.go#L57: return 2 * (pos & self.window_mask_)
h10.go#L61: return 2*(pos&self.window_mask_) + 1
h10.go#L231: var max_backward uint = h.window_mask_ - windowGap + 1
h10.go#L268: var max_backward uint = h.window_mask_ - brotli_max_size_t(windowGap-1, position-i)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |